gdk/frame-clock: Remove the newly added 'compute-size' phase
authorJonas Ådahl <jadahl@gmail.com>
Tue, 24 Nov 2020 22:18:42 +0000 (23:18 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Mon, 7 Dec 2020 08:46:39 +0000 (09:46 +0100)
commit4779e4e488ef3b3d0ab0937e9da518ab8e7f45b3
treecf17319cf4208557d66b5dc9edd751546ebf71f5
parent13931463bd9696036786e251d01910faa3234be5
gdk/frame-clock: Remove the newly added 'compute-size' phase

What was previously done in the layout phase is now done in response to
a GdkSurface signal, which means size computation can happen on layout.
gdk/gdkframeclock.c
gdk/gdkframeclock.h
gdk/gdkframeclockidle.c
gdk/gdkframeclockprivate.h
gdk/gdksurface.c